You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > WriteValues Method > Vector.WriteValues Method ([In] Stream, TPrecision, TRounding)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.WriteValues Method ([In] Stream, TPrecision, TRounding)

Writes object Values content to a stream.

Syntax
C#
Visual Basic
public void WriteValues([In] Stream Dst, TPrecision Precision, TRounding Rounding);

Writes the calling object Values content to the DstStream stream. No other values describing the data type or length are written to the DstStream. Number type is defined by the Precision parameter. Rounding defines the rounding for integer types. When saving double precision as single precision, all overflows are saved as INF (-INF). When saving to integer types all overflows are clipped. Attempt to save single precision as double precision will raise an exception. The paramateres must be the same as for the method. 

Note Use this method separately only, if you want user defined storage format.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!